Conversation
84cf40c to
66a29f2
Compare
|
The Windows test failure is due to nextest-rs/nextest#1493 (see also rust-lang/rustup#3825). Rerunning the test Until a proper fix is released, it should be possible to fix it by setting |
|
Thanks a lot for your help here - incredible how fast you figured that out, I was still puzzled. I'd be happy to wait until your PR is merged to fix this one. |
|
I've opened #1372 for this, adding that environment variable where needed.
Thanks! I should admit I didn't figure it out quite as fast as it might've seemed, though. Instead, the timing was fortuitous--I had already experienced the problem locally and was working on it for a short while before I saw this PR. |
…iguration enabled. (#1370) When using `gix::open_opts(path, options.strict_config(false))`, empty `core.excludesFile` values will not cause an error anymore. Note that in strict mode, the behaviour is unchanged so invalid configuration can rather be fixed than ignored.
66a29f2 to
3c7b7b3
Compare
When using
gix::open_opts(path, options.strict_config(false)), emptycore.excludesFilevalues will not cause an error anymore.Note that in strict mode, the behaviour is unchanged so invalid configuration can rather be fixed than ignored.
Fixes #1370 .